home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2006 October / wn148cd2.iso / Windows / Se divertir / Photofiltre / pf-setup.exe / PhotoFiltre.exe / 0 / RCDATA / TVARIANTEFORM / TVARIANTEFORM.txt
Text File  |  2006-05-31  |  2KB  |  108 lines

  1. object VarianteForm: TVarianteForm
  2.   Left = 255
  3.   Top = 197
  4.   BorderStyle = bsDialog
  5.   Caption = 'Variation de teinte'
  6.   ClientHeight = 255
  7.   ClientWidth = 429
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnCreate = FormCreate
  17.   OnHide = FormHide
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 16
  23.     Top = 16
  24.     Width = 42
  25.     Height = 13
  26.     Caption = 'Couleur :'
  27.   end
  28.   object ImgApercu: TImage
  29.     Left = 16
  30.     Top = 96
  31.     Width = 185
  32.     Height = 145
  33.     Center = True
  34.   end
  35.   object LblN: TLabel
  36.     Left = 16
  37.     Top = 60
  38.     Width = 33
  39.     Height = 13
  40.     Alignment = taCenter
  41.     AutoSize = False
  42.     Caption = '0'#176
  43.   end
  44.   object BOk: TButton
  45.     Left = 339
  46.     Top = 184
  47.     Width = 75
  48.     Height = 25
  49.     Caption = 'Ok'
  50.     Default = True
  51.     TabOrder = 0
  52.     OnClick = BOkClick
  53.   end
  54.   object BAnnuler: TButton
  55.     Left = 339
  56.     Top = 216
  57.     Width = 75
  58.     Height = 25
  59.     Cancel = True
  60.     Caption = 'Annuler'
  61.     ModalResult = 2
  62.     TabOrder = 1
  63.   end
  64.   object Panel2: TPanel
  65.     Left = 52
  66.     Top = 32
  67.     Width = 362
  68.     Height = 21
  69.     BevelOuter = bvLowered
  70.     TabOrder = 2
  71.     object ImgDegrade: TImage
  72.       Left = 1
  73.       Top = 1
  74.       Width = 360
  75.       Height = 19
  76.       Align = alClient
  77.       OnMouseDown = ImgDegradeMouseDown
  78.     end
  79.   end
  80.   object PnlCouleur: TPanel
  81.     Left = 16
  82.     Top = 32
  83.     Width = 33
  84.     Height = 21
  85.     BevelOuter = bvLowered
  86.     Color = clRed
  87.     TabOrder = 3
  88.   end
  89.   object TBN: TTrackBar
  90.     Left = 47
  91.     Top = 56
  92.     Width = 373
  93.     Height = 25
  94.     Max = 359
  95.     Orientation = trHorizontal
  96.     PageSize = 10
  97.     Frequency = 10
  98.     Position = 0
  99.     SelEnd = 0
  100.     SelStart = 0
  101.     TabOrder = 4
  102.     ThumbLength = 15
  103.     TickMarks = tmTopLeft
  104.     TickStyle = tsAuto
  105.     OnChange = TBNChange
  106.   end
  107. end
  108.